RectsNest determines whether one rectangle is entirely contained within another.
RectsNest returns TRUE if the rectangle passed in the inner parameter is entirely contained within the rectangle passed in the outer parameter.
MacApp calls RectsNest from TTEView.ScrollSelectionIntoView. You can use this routine when you must determine whether a rectangle is contained by another.